← Index
NYTProf Performance Profile   
For bin/dpath
  Run on Tue Jun 5 15:31:33 2012
Reported on Tue Jun 5 15:31:50 2012

Filename(eval 27)[/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Exception/Class.pm:180]
StatementsExecuted 4 statements in 149µs
Eval Invoked At/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Exception/Class.pm line 180
Sibling evals1, 2, 3, 4, 5, 6, 7, 8
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11139µs399µsIterator::X::Am_Now_Exhausted::::BEGIN@3Iterator::X::Am_Now_Exhausted::BEGIN@3
0000s0sIterator::X::Am_Now_Exhausted::::descriptionIterator::X::Am_Now_Exhausted::description
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Iterator::X::Am_Now_Exhausted;
2
32141µs2758µs
# spent 399µs (39+360) within Iterator::X::Am_Now_Exhausted::BEGIN@3 which was called: # once (39µs+360µs) by Exception::Class::_make_subclass at line 3
use base qw(Iterator::X);
# spent 399µs making 1 call to Iterator::X::Am_Now_Exhausted::BEGIN@3 # spent 360µs making 1 call to base::import
4
512µsour $VERSION = '1.1';
6
717µs1;
8
9sub description
10{
11 return 'Signals Iterator object that it is now exhausted';
12}
13
14;